home *** CD-ROM | disk | FTP | other *** search
/ Remix Doll 3: Dirty Sally / Remix Doll 3: Dirty Sally.iso / drtyslly.exe / MAIN_FNL.DXR / 00287_openingWaitLoopScript.ls < prev    next >
Encoding:
Text File  |  1995-02-11  |  107 b   |  8 lines

  1. on exitFrame
  2.   if not soundBusy(2) then
  3.     go(label("opening"))
  4.   else
  5.     go(the frame - 1)
  6.   end if
  7. end
  8.